home *** CD-ROM | disk | FTP | other *** search
- # Jedi Knight Cog Script
- #
- # ITEM_RADIO.COG
- #
- # INVENTORY script - GCT Radio Listening Device
- # Bin 57
- #
- # [YB]
- #
- # (C) 1997 LucasArts Entertainment Co. All Rights Reserved
-
-
- symbols
-
- sound keysound=BactaUse01.WAV
- thing player
-
- message activated
-
- end
-
- # ========================================================================================
-
- code
-
- activated:
- player = GetSourceRef();
- // Print("This is a Radio Listening Device...");
- jkPrintUNIString(player, 279);
- PlaySoundLocal(keysound, 1.0, 0.0, 0 );
-
- Return;
-
- end
-
-
-
-
-